Update Java version to 1.7 in documentation Change-Id: I2045067160dee3a791b39fec8cc1636fe21c6ba3 
diff --git a/Documentation/install-quick.txt b/Documentation/install-quick.txt index 741de35..de17abd 100644 --- a/Documentation/install-quick.txt +++ b/Documentation/install-quick.txt 
@@ -28,14 +28,14 @@    ----  $ java -version - java version "1.6.0_26" - Java(TM) SE Runtime Environment (build 1.6.0_26-b03-384-10M3425) - Java HotSpot(TM) 64-Bit Server VM (build 20.1-b02-384, mixed mode) + java version "1.7.0_21" + Java(TM) SE Runtime Environment (build 1.7.0_21-b11) + Java HotSpot(TM) 64-Bit Server VM (build 23.21-b01, mixed mode)  ----    If Java isn't installed, get it:   -* JDK, minimum version 1.6 http://www.oracle.com/technetwork/java/javase/downloads/index.html[Download] +* JDK, minimum version 1.7 http://www.oracle.com/technetwork/java/javase/downloads/index.html[Download]      [[user]]